queryresponse
Class UserDevicesResults

java.lang.Object
  extended by queryresponse.UserDevicesResults

public class UserDevicesResults
extends java.lang.Object


Field Summary
protected  java.util.List<User> user
           
 
Constructor Summary
UserDevicesResults()
           
 
Method Summary
 java.util.List<User> getUser()
          Gets the value of the user property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

user

protected java.util.List<User> user
Constructor Detail

UserDevicesResults

public UserDevicesResults()
Method Detail

getUser

public java.util.List<User> getUser()
Gets the value of the user property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the user property.

For example, to add a new item, do as follows:

    getUser().add(newItem);
 

Objects of the following type(s) are allowed in the list User